VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.ViewerCommands Namespace / ViewerCommandBase<T> Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ViewerCommandBase<T> Class Members
    In This Topic
    The following tables list the members exposed by ViewerCommandBase<T>.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the ViewerCommandBase<T> class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the image viewer where command must be executed.
    Public Methods
     NameDescription
    Public MethodDetermines that command can be executed.
    Public MethodOverloaded. Executes the command.
    Protected Methods
     NameDescription
    Protected MethodRaises the CanExecuteChanged event.
    Public Events
     NameDescription
    Public EventOccurs when ability to execute the command is changed.
    See Also